Eclipse Platform
Pre-release 3.0

org.eclipse.jface.text
Interface IDocumentPartitioningListenerExtension2


public interface IDocumentPartitioningListenerExtension2

Extension interface to |DocumentPartitioningListener. Replaces the previous concepts.

Since:
3.0

Method Summary
 void documentPartitioningChanged(DocumentPartitioningChangedEvent event)
          Signals the change of document partitionings.
 

Method Detail

documentPartitioningChanged

public void documentPartitioningChanged(DocumentPartitioningChangedEvent event)
Signals the change of document partitionings.

Parameters:
event - the event describing the change
See Also:
IDocument.addDocumentPartitioningListener(org.eclipse.jface.text.IDocumentPartitioningListener)

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.